Spaces:
Sleeping
Sleeping
bagbreizh
commited on
Commit
·
c6e5853
1
Parent(s):
337f2d5
new Llama model 3.3
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def evaluate_readme(readme_content: str, user_prompt: str):
|
|
| 37 |
return None
|
| 38 |
|
| 39 |
# Initialize the inference client with the specified model
|
| 40 |
-
client = InferenceClient(model="meta-llama/
|
| 41 |
|
| 42 |
# User-customizable prompt
|
| 43 |
prompt = user_prompt.format(readme_content=readme_content)
|
|
|
|
| 37 |
return None
|
| 38 |
|
| 39 |
# Initialize the inference client with the specified model
|
| 40 |
+
client = InferenceClient(model="meta-llama/Llama-3.3-70B-Instruct", token=hf_token)
|
| 41 |
|
| 42 |
# User-customizable prompt
|
| 43 |
prompt = user_prompt.format(readme_content=readme_content)
|