AzureCosmosDB / cosmosdb-nosql-copilot

Build a copilot application with Azure OpenAI Service, Azure Cosmos DB & Azure App Service.
MIT License
41 stars 26 forks source link

Update azure.yaml #27

Closed shribr closed 2 months ago

shribr commented 2 months ago

Fixed argument names from this...

--arg chatMaxConversationTokens $AZURE_CHAT_MAX_CONVERSATION_TOKENS \
--arg chatMaxConversationTokens $AZURE_CHAT_CACHE_SIMILARITY_SCORE \
--arg chatMaxConversationTokens $AZURE_CHAT_PRODUCT_MAX_RESULTS \

To this...

--arg maxConversationTokens $AZURE_CHAT_MAX_CONVERSATION_TOKENS \
--arg cacheSimilarityScore $AZURE_CHAT_CACHE_SIMILARITY_SCORE \
--arg productMaxResults $AZURE_CHAT_PRODUCT_MAX_RESULTS \