https://github.com/prp-e/jabir_agent
https://github.com/prp-e/jabir_agent
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prp-e/jabir_agent
- Owner: prp-e
- Created: 2024-12-30T19:18:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T19:56:25.000Z (over 1 year ago)
- Last Synced: 2024-12-30T20:25:04.980Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Agent using Jabir 400B
Have you ever wondered how ChatGPT is capable of making images? Well this is how it does. OpenAI's engineers and programmers have access to API's for Dall-E, so they had to connect them to ChatGPT. In this particular notebook, I tried my best to make a very simple AI agent using [Jabir Project's 400B LLM](https://jabirproject.org).
As you can see, there is no framework involved here and everything has been done in pure python (apparently even the worst way possible). The goal was to showcase how easy it is to add _action_ to a large language model.
## Further studies
- [Jabir API Docs](https://blog.jabirproject.org/api-docs/)
- [My blog on this repo](https://haghiri75.com/en/you-only-need-python-to-make-ai-agents/)
- [My blog on this repo (Persian)](https://haghiri75.com/2024/12/31/%d8%a8%d8%b1%d8%a7%db%8c-%d8%b3%d8%a7%d8%ae%d8%aa-agent-%d9%87%d8%a7%db%8c-%d9%87%d9%88%d8%b4-%d9%85%d8%b5%d9%86%d9%88%d8%b9%db%8c%d8%8c-%d9%81%d9%82%d8%b7-%d8%a8%d9%87-%d9%be%d8%a7%db%8c%d8%aa%d9%88/)