Feat : text to speech & flight api

This commit is contained in:
martin legrand
2025-03-02 20:51:50 +01:00
parent c2c1c7f09f
commit 0c0536c43a
9 changed files with 306 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def main():
prompt_path="prompts/coder_agent.txt",
provider=provider),
CasualAgent(model=config["MAIN"]["provider_model"],
name="jarvis",
name="friday",
prompt_path="prompts/casual_agent.txt",
provider=provider)
]