init commit

This commit is contained in:
Kevin Dang
2023-12-13 16:52:51 -08:00
commit ea337161aa
2 changed files with 141 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Discord Ollama Integration
Ollama is an AI model management tool that allows users to install and use custom large language models locally. The goal is to create a discord bot that will utilize Ollama and chat with it on a Discord!
## Resources
* [Ollama](https://ollama.ai/)
* [Docker Documentation](https://docs.docker.com/?_gl=1*nof6f8*_ga*MTQxNTc1MTYxOS4xNzAxNzI1ODAx*_ga_XJWPQMJYHQ*MTcwMjQxODUzOS4yLjEuMTcwMjQxOTgyMC41OS4wLjA.)
* [Discord Developer Portal](https://discord.com/developers/docs/intro)
## Acknowledgement