Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hung-ngm/cosmos-sdk-gpt
A chatbot on the Cosmos SDK source code
https://github.com/hung-ngm/cosmos-sdk-gpt
Last synced: 2 months ago
JSON representation
A chatbot on the Cosmos SDK source code
- Host: GitHub
- URL: https://github.com/hung-ngm/cosmos-sdk-gpt
- Owner: hung-ngm
- License: mit
- Created: 2023-04-14T17:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-16T05:37:24.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:37:22.837Z (5 months ago)
- Language: TypeScript
- Homepage: https://cosmos-sdk-gpt.vercel.app
- Size: 6.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - hung-ngm/cosmos-sdk-gpt - A chatbot on the Cosmos SDK source code (TypeScript)
README
# Cosmos SDK GPT
## About 🚀
Cosmos-SDK-GPT is a chatbot powered by GPT-3.5-turbo model that is trained on all Cosmos SDK codebase. Cosmos-SDK-GPT can answer specific questions about Cosmos SDK codebase with code and github URL included.
## How it was built
- Next.js & TypeScript for FrontEnd
- Langchain API for customizing chatbot
- Supabase for vector databases## Credits
- [Zahid Khawaja](https://github.com/zahidkhawaja): for the original [langchain-chat-nextjs](https://github.com/zahidkhawaja/langchain-chat-nextjs) repository.
- [Cosmos SDK](https://github.com/cosmos/cosmos-sdk)
- [Autodoc](https://github.com/context-labs/autodoc)