Skip to content

Commit

Permalink
Add - Agent example output
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinsshetty committed Mar 26, 2024
1 parent 59bef64 commit bc0effb
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ LLM Recipes

Usage of LLM for Everyday use

Preferred only MIT sources and open-weights

- v1
- Agents : autogen + ollama + gemma
- Setup + Documentation at [docs/2024/agent-code.md](https://github.com/slabstech/llm-recipes/blob/main/docs/2024/agent-code.md)
- Code examples at [src/autogen](https://github.com/slabstech/llm-recipes/tree/main/src/autogen)
- Output from examples at [docs/2024/agent-example-output.md](https://github.com/slabstech/llm-recipes/blob/main/docs/2024/agent-example-output.md)
- v0
- ollama + open-webui + mistral-7B + docker
- vscodium + continue + ollama + mistral-7B
- python + langchain
- ChatUI : ollama + open-webui + mistral-7B + docker
- Setup + Documentation at [docs/ollama-open-webui.md](https://github.com/slabstech/llm-recipes/blob/main/docs/ollama-open-webui.md)
- Code CoPilot : vscode + continue + ollama + mistral-7B
- Setup document at [docs/code-pair.md](https://github.com/slabstech/llm-recipes/blob/main/docs/code-pair.md)
Loading

0 comments on commit bc0effb

Please sign in to comment.