matt HOFFNER commited on
Commit
fc46386
1 Parent(s): 78c4285

different model

Browse files
Files changed (1) hide show
  1. components/Playground/index.tsx +1 -1
components/Playground/index.tsx CHANGED
@@ -169,7 +169,7 @@ const Playground = () => {
169
  className="border p-2 rounded-md shadow-sm w-full bg-transparent text-gray-700 mt-2"
170
  >
171
  <option value="openai">gpt-4</option>
172
- <option value="meta-llama/Meta-Llama-3-70B">meta-llama/Meta-Llama-3-70B</option>
173
  <label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="url-option">
174
  Model URL Option:
175
  </label>
 
169
  className="border p-2 rounded-md shadow-sm w-full bg-transparent text-gray-700 mt-2"
170
  >
171
  <option value="openai">gpt-4</option>
172
+ <option value="meta-llama/Meta-Llama-3-8B">meta-llama/Meta-Llama-3-8B</option>
173
  <label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="url-option">
174
  Model URL Option:
175
  </label>