Gore Shardul
e599d923d6
gemini-codes-week2
4 months ago
Ed Donner
f55e3cf295
Merge pull request #68 from gabormeresz/w3d5-with-gradio
...
week3 way5 implementation with Gradio
4 months ago
Gabor Meresz
ef18679566
week3 way5 implementation with Gradio
4 months ago
Edward Donner
90f3fe774a
Linux setup instructions, VSCode alternative, improved .env loading
4 months ago
Edward Donner
01ccd4cf62
Merge branch 'main' of github.com:ed-donner/llm_engineering
4 months ago
Edward Donner
b6c06fd010
More troubleshooting tips added
4 months ago
Ed Donner
2619f3ced7
Merge pull request #67 from cloudllama/week4_challenge
...
Week4 challenge
4 months ago
Kevin Bogusch
d893818716
Merge branches 'week4_challenge' and 'week4_challenge' of https://github.com/cloudllama/llm_engineering into week4_challenge
4 months ago
Kevin Bogusch
476cf7eb09
Converts code, adds docstrings and comments, and writes unit test cases
4 months ago
Kevin Bogusch
834204cfc7
Converts code, adds docstrings and comments, and writes unit test cases
4 months ago
Kevin Bogusch
583d9fb5a5
Start re-organizing cells
5 months ago
Ed Donner
dfe04856ba
Merge pull request #23 from ibarbo/main
...
Merge pull request #1 from ibarbo/ibarbo-day1-videotranscript-summary
5 months ago
Ed Donner
b68d129afe
Merge pull request #62 from codenigma1/day1_hw
...
Fully Custmomize Airlines Project Added and New Refine query approach
5 months ago
Ed Donner
849a63f484
Merge pull request #64 from cloudllama/ren_linux_to_mac
...
Correctly identify Mac as a Mac not Linux
5 months ago
Kevin Bogusch
e1f297de5d
Correctly identify Mac as a Mac not Linux
5 months ago
Edward Donner
8e2ec548be
Added compiled executables from week4 project into gitignore
5 months ago
Edward Donner
cb0b8a8d45
Updated descriptions
5 months ago
Ed Donner
f5a66d264a
Merge pull request #63 from cloudllama/check_os_for_c_compiler
...
Call the appropriate C++ compiler on Windows, Linux, and Mac
5 months ago
Kevin Bogusch
e411df3525
Fixed clang++ for Mac; updated labels
5 months ago
Kevin Bogusch
c20bdc46f3
Added clang compilation syntax
5 months ago
Kevin Bogusch
5a44ed71e0
Fixed run_cmd to account for empty stdout
...
On Linux, a successful compile does not produce any standard out, which is what I was implicitly expecting. I added a dummy value for stdout if the command is successful, which ensures that even when the compiler produces no output, we still look like a success.
5 months ago
Kevin Bogusch
e360270530
Fixed g++ compilation command
5 months ago
Kevin Bogusch
1fdeafe923
Merge branch 'check_os_for_c_compiler' of https://github.com/cloudllama/llm_engineering into check_os_for_c_compiler
5 months ago
Kevin Bogusch
ef351da849
Remove gcc from Windows
5 months ago
codenigma1
b178bbcf34
Airlines fully customized project and refine query approach by using llama in week 2
5 months ago
Cloud LLama
8992bc41cb
Merge branch 'ed-donner:main' into check_os_for_c_compiler
5 months ago
Kevin Bogusch
bc8229947d
Added more exception handling in c_compiler_cmd
...
If there is any error, even writing the simple.cpp file, catch it and just return a "I don't know" diagnosis
5 months ago
Kevin Bogusch
2d93460791
Disable run button if no c compiler
5 months ago
Kevin Bogusch
ddccd48291
Check for appropriate C compiler
5 months ago
Edward Donner
f83e5cc4e6
Ensure compiled C++ code from week4 doesn't get added to repo
5 months ago
Edward Donner
677011a91e
Merge branch 'main' of github.com:ed-donner/llm_engineering
5 months ago
Ed Donner
b1039e5dee
Merge pull request #59 from cloudllama/rm-mac-binary
...
Removed Mac-specific binary
5 months ago
Edward Donner
9e1802a435
Merge branch 'main' of github.com:ed-donner/llm_engineering
5 months ago
Edward Donner
06f48dda0c
Included an extra message
5 months ago
Kevin Bogusch
798672b306
Removed Mac-specific binary
...
Other platforms might accidentally try to run the Mac-specific binary, causing confusion.
5 months ago
codenigma1
8d08bc0bc6
Refine user query by another AI agent instead of providing list of dictionry
5 months ago
Ed Donner
fbb0c0528d
Merge pull request #58 from codenigma1/day1_hw
...
LLMs 3 way solution including ollama
5 months ago
codenigma1
99a757336e
LLMs 3 way solution including ollama
5 months ago
Edward Donner
9097767710
Merge branch 'main' of github.com:ed-donner/llm_engineering
5 months ago
Edward Donner
5a6b3bc4cd
Minor improvements to README and Setup guides
5 months ago
Ed Donner
1e96eac6cf
Merge pull request #57 from gabormeresz/w2d4-handle-multiple-toool-call
...
Week 2 Day 4 - handle multiple tool calls
5 months ago
Edward Donner
effeac88f3
Minor improvements
5 months ago
Edward Donner
f10a9793ad
Merge branch 'main' of github.com:ed-donner/llm_engineering
5 months ago
Edward Donner
26f1135ead
Additional comments and refinements
5 months ago
Gabor Meresz
898686369e
Week 2 Day 4 - handle multiple tool calls
5 months ago
Ed Donner
d3b99db97f
Merge pull request #55 from codenigma1/day1_hw
...
Two Nice Solution added; First, Select the best LLM, Second approach is collaborative.
5 months ago
codenigma1
a18900a59c
First solution I design to get response from your favorite LLM and second is colloborative approach of two LLM added might be good specimen for the upcoming student to think about it even better and good approach to refine this approach I leave it from them
5 months ago
Ed Donner
d549c00ffa
Merge pull request #50 from gabormeresz/improve-readability
...
improve readability
5 months ago
Ed Donner
9a370fc873
Merge pull request #51 from udayslathia16/main
...
Code generator using gemini in windows setup
5 months ago
Ed Donner
366d24d3b6
Merge pull request #53 from gopinath1998/main
...
Week 1 Exercise
5 months ago