feat: llama3 bot

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong0618
2024-04-19 16:22:43 +08:00
parent cd2185c7d6
commit 450c08ba54
7 changed files with 282 additions and 87 deletions

View File

@ -49,6 +49,12 @@ Note, if you are using third party service, you need to `export ANTHROPIC_BASE_U
Note, if you are using third party service, you need to `export OPENAI_API_BASE=${the_url}` to change the url.
## Bot -> llama3
1. visit https://console.groq.com/docs/quickstart get the key
2. export GROQ_API_KEY=${the_key}
3. use `llama_pro: ${message}` to ask
## HOW TO Install and Run