How to setup your application
openai
gpt-4o
{"temperature": 0.5, "system_prompt": "You are a helpful assistant"}
http.post("/v1/applications", { "name": "My application", "description": "My application description", "providers": "openai", "model": "gpt-4o", "parameters": {"temperature": 0.5, "system_prompt": "You are a helpful assistant"} })