Spaces:
Running
Running
Delanoe Pirard
commited on
Commit
·
c55bc0a
1
Parent(s):
5703e51
stockfish ubuntu
Browse files- agents/code_agent.py +0 -2
agents/code_agent.py
CHANGED
@@ -62,8 +62,6 @@ def generate_python_code(prompt: str) -> str:
|
|
62 |
gen_prompt_template = load_prompt_from_file("../prompts/code_gen_prompt.txt", default_gen_prompt_template)
|
63 |
input_prompt = gen_prompt_template.format(prompt=prompt)
|
64 |
|
65 |
-
print(gen_prompt_template)
|
66 |
-
|
67 |
try:
|
68 |
llm = OpenAI(
|
69 |
model=gen_llm_model,
|
|
|
62 |
gen_prompt_template = load_prompt_from_file("../prompts/code_gen_prompt.txt", default_gen_prompt_template)
|
63 |
input_prompt = gen_prompt_template.format(prompt=prompt)
|
64 |
|
|
|
|
|
65 |
try:
|
66 |
llm = OpenAI(
|
67 |
model=gen_llm_model,
|