monra commited on
Commit
be4a561
1 Parent(s): 78b2444

Synced repo using 'sync_with_huggingface' Github Action

Browse files
client/html/index.html CHANGED
@@ -117,8 +117,6 @@
117
  <option value="gpt-4-32k">GPT-4-32k</option>
118
  </optgroup>
119
  <optgroup label="LLAMA">
120
- <option value="llama-2-7b-chat">llama-2-7b-chat</option>
121
- <option value="llama-2-13b-chat">llama-2-13b-chat</option>
122
  <option value="llama-2-70b-chat">llama-2-70b-chat</option>
123
  </optgroup>
124
  <optgroup label="{{_('IMAGE')}}">
 
117
  <option value="gpt-4-32k">GPT-4-32k</option>
118
  </optgroup>
119
  <optgroup label="LLAMA">
 
 
120
  <option value="llama-2-70b-chat">llama-2-70b-chat</option>
121
  </optgroup>
122
  <optgroup label="{{_('IMAGE')}}">
g4f/Provider/Providers/Chimera.py CHANGED
@@ -17,8 +17,6 @@ model = [
17
  'gpt-4',
18
  'gpt-4-0314',
19
  'gpt-4-32k',
20
- 'llama-2-7b-chat',
21
- 'llama-2-13b-chat',
22
  'llama-2-70b-chat',
23
  ]
24
  supports_stream = True
 
17
  'gpt-4',
18
  'gpt-4-0314',
19
  'gpt-4-32k',
 
 
20
  'llama-2-70b-chat',
21
  ]
22
  supports_stream = True