matt HOFFNER commited on
Commit
7b167cf
1 Parent(s): bffbaad

add codellama-34b

Browse files
Files changed (1) hide show
  1. components/Playground/index.tsx +1 -0
components/Playground/index.tsx CHANGED
@@ -171,6 +171,7 @@ 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
  <label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="url-option">
175
  Model URL Option:
176
  </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
+ <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>