Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranon-rat/chatllama
https://github.com/ranon-rat/chatllama
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ranon-rat/chatllama
- Owner: ranon-rat
- Created: 2023-09-01T20:58:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T06:57:16.000Z (about 1 year ago)
- Last Synced: 2023-11-16T06:25:02.671Z (about 1 year ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatLLamma
this is a really simple project that I made for learning more about nextjs## how to run it
first of all you need to have node.js.
Then you need to run the next command
```
npm install
```
After the dependencies are installed you can run the next command
```
npm run dev
```
and then go to `localhost:3000`
Also, you have to set up the env variables. and for that you only need to check the file `.env.local`
and put a key.
Im using the api of [fireworks](https://www.fireworks.ai/), is free and useful, you can use it if you want to.
![imagen](https://github.com/ranon-rat/chatllama/assets/66473662/d1ea4cf4-7190-427b-b20d-7d5e709c2aac)