dongsiqie commited on
Commit
baf9678
·
1 Parent(s): d4fa575

Delete src/config.json.example

Browse files
Files changed (1) hide show
  1. src/config.json.example +0 -16
src/config.json.example DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "API_TYPE": "open_ai",
3
- "API_base": "https://api.chatanywhere.cn/v1",
4
- "API_VERSION": null,
5
- "API_KEY": "",
6
- "model": {
7
- "GPT-3.5": {
8
- "model_name": "gpt-3.5-turbo",
9
- "available": true
10
- },
11
- "GPT-4": {
12
- "model_name": "",
13
- "available": false
14
- }
15
- }
16
- }