Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)