matthoffner commited on
Commit
4241e26
1 Parent(s): 7b167cf

Update components/Playground/index.tsx

Browse files
Files changed (1) hide show
  1. components/Playground/index.tsx +0 -1
components/Playground/index.tsx CHANGED
@@ -171,7 +171,6 @@ const Playground = () => {
171
  >
172
  <option value="openai">gpt-4</option>
173
  <option value="meta-llama/Llama-2-70b-chat-hf">meta-llama/Llama-2-70b-chat-hf</option>
174
- <option value="codellama/CodeLlama-34b-Instruct-hf">codellama/CodeLlama-34b-Instruct-hf</option>
175
  <label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="url-option">
176
  Model URL Option:
177
  </label>
 
171
  >
172
  <option value="openai">gpt-4</option>
173
  <option value="meta-llama/Llama-2-70b-chat-hf">meta-llama/Llama-2-70b-chat-hf</option>
 
174
  <label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="url-option">
175
  Model URL Option:
176
  </label>