Spaces:
Sleeping
Sleeping
OjciecTadeusz
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -6,7 +6,8 @@ import uvicorn
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
-
client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
|
|
|
10 |
|
11 |
class Item(BaseModel):
|
12 |
prompt: str
|
|
|
6 |
|
7 |
app = FastAPI()
|
8 |
|
9 |
+
# client = InferenceClient("nvidia/Llama-3.1-Nemotron-70B-Instruct-HF")
|
10 |
+
client = InferenceClient("meta-llama/CodeLlama-7b-hf")
|
11 |
|
12 |
class Item(BaseModel):
|
13 |
prompt: str
|