Skip to content

Commit b36bf4b

Browse files
committed
feat: update model configurations and API links
- Update the link to Groq API Service - Add a new model configuration for OpenAI - Update the model names for LLaMA2-70b and Mixtral-8x7b-Instruct-v0.1 Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 parent b3d2950 commit b36bf4b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,24 @@ codegpt config set openai.api_key xxxxxxxxxxxxxxxx
115115
codegpt config set openai.model_name xxxxx-gpt-35-turbo
116116
```
117117

118-
### How to change to Groq API Service
118+
### How to change to [Groq][30] API Service
119119

120120
Please get the `API key` from Groq API Service, please vist [here][31]. Update the `base_url` and `api_key` in your config file.
121121

122122
```sh
123123
codegpt config set openai.provider openai
124124
codegpt config set openai.base_url https://api.groq.com/openai/v1
125125
codegpt config set openai.api_key gsk_xxxxxxxxxxxxxx
126+
codegpt config set openai.model LLaMA2-70b-chat
126127
```
127128

128129
Support the [following models][32]:
129130

130-
1. LLaMA2-70b (Meta) **recommended**
131-
2. Mixtral-8x7b (Mistral)
131+
1. LLaMA2-70b-chat (Meta) **recommended**
132+
2. Mixtral-8x7b-Instruct-v0.1 (Mistral)
132133
3. Gemma-7b-it (Google)
133134

135+
[30]: https://groq.com/
134136
[31]: https://console.groq.com/keys
135137
[32]: https://console.groq.com/docs/models
136138

0 commit comments

Comments
 (0)