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
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
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
Ed Donner
da18d823b2
Merge pull request #49 from fletchertom/feat/add-cover-letter-generator
...
Adding example that shows how to generate cover letter from cv
5 months ago
Ed Donner
3e1eb30aff
Merge pull request #54 from codenigma1/day1_hw
...
Day 5 Challenge Added Multi-Lingual and Multi-Tone
5 months ago
Ed Donner
25a2245962
Merge pull request #48 from daimaukr/week1_day5_localchat
...
Adding an example of implementing chatgpt.com in jupyter notebook
5 months ago
Ed Donner
1d953ca630
Merge pull request #47 from innovoe/patch-1
...
Dataset Generator with Gradio
5 months ago
codenigma1
7446459510
Update the code and did final changes
5 months ago
codenigma1
8b52eab336
Renamed day5-multi-lingual-desire-format.ipynb to day5-MultiLingual-MultiTone.ipynb
5 months ago
codenigma1
7b38868dde
Rename accendently
5 months ago
codenigma1
db429806bc
Day 5 Challend one with multilingual aloing with multitone
5 months ago
codenigma1
1c7c9e35e0
Day 5 Challend one with multilingual aloing with multitone
5 months ago
codenigma1
57bb6cc85a
Day 5 challenging completed with multilingual with multitone
5 months ago
Gopinath G
a828db4b6c
Update week1 EXERCISE.ipynb
5 months ago
Gopinath G
f3b766c70a
Add files via upload
5 months ago
Uday Slathia
c1cf59daf8
Add files via upload
5 months ago
Gabor Meresz
c63837ad12
improve readability
5 months ago
Tom Fletcher
2e5446c962
Adding example that shows how to generate cover letter from cv - with resume.txt
5 months ago
Dmytro Rutkovskyi
ada6b40089
Adding an example of implementing chatgpt.com limited functionality in our notebook
5 months ago