Files
autogen/src/apps/WorkflowsApp/.env_example
Kosta Petan 12bf4fef30 refactor WIP (#4)
Co-authored-by: Kosta Petan <Kosta.Petan@microsoft.com>
2023-10-11 21:40:35 +02:00

9 lines
310 B
Plaintext

# Replace with your own values
export SERVICETYPE=AzureOpenAI
export SERVICEID=gpt-4
export DEPLOYMENTORMODELID=gpt-4
export EMBEDDINGDEPLOYMENTORMODELID=text-embedding-ada-002
export ENDPOINT="Error - you mus update your OpenAI Endpoint"
export APIKEY="Error - you must update your OpenAPI or Azure API key"