Spaces:
Build error
Build error
Commit ·
2478147
1
Parent(s): 6599867
mistralai changed
Browse files- translator/synth.py +1 -1
translator/synth.py
CHANGED
|
@@ -24,7 +24,7 @@ def synthesize_cpp(parsed: dict, mapping: dict, prompt_context: str = "", model_
|
|
| 24 |
return generate_with_openai(prompt, model="gpt-4o-mini")
|
| 25 |
else:
|
| 26 |
from .llm_client import generate_with_hf
|
| 27 |
-
return generate_with_hf(prompt, model="
|
| 28 |
|
| 29 |
|
| 30 |
def synthesize_blueprint_python(parsed: dict, mapping: dict, model_backend="hf") -> str:
|
|
|
|
| 24 |
return generate_with_openai(prompt, model="gpt-4o-mini")
|
| 25 |
else:
|
| 26 |
from .llm_client import generate_with_hf
|
| 27 |
+
return generate_with_hf(prompt, model="mistralai/Mixtral-8x7B-Instruct")
|
| 28 |
|
| 29 |
|
| 30 |
def synthesize_blueprint_python(parsed: dict, mapping: dict, model_backend="hf") -> str:
|