autogen/WorkflowsApp/.env_example

9 lines
310 B
Plaintext
Raw Normal View History

2023-07-10 21:38:30 -07:00
# Replace with your own values
export SERVICETYPE=AzureOpenAI
2023-07-10 21:38:30 -07:00
export SERVICEID=gpt-4
export DEPLOYMENTORMODELID=gpt-4
2023-07-10 21:38:30 -07:00
export EMBEDDINGDEPLOYMENTORMODELID=text-embedding-ada-002
2023-07-17 10:24:43 -07:00
export ENDPOINT="Error - you mus update your OpenAI Endpoint"
export APIKEY="Error - you must update your OpenAPI or Azure API key"