akshata29 / entaoai

Chat and Ask on your own data. Accelerator to quickly upload your own enterprise data and use OpenAI services to chat to that uploaded data and ask questions
MIT License
841 stars 254 forks source link

what is the difference between OpenAiKey and OpenAiApiKey in the .env file? #40

Closed Mshz2 closed 1 year ago

akshata29 commented 1 year ago

@Mshz2 - OpenAiKey is used when you select Azure OpenAI as the LLM model. OpenAiApiKey is used if instead you selected OpenAI as the LLM model. Eventually we will be adding the hugging face/OSS and other models.

Hope that helps

raffertyuy commented 1 year ago

Ah! Got it thanks!

@Mshz2 - OpenAiKey is used when you select Azure OpenAI as the LLM model. OpenAiApiKey is used if instead you selected OpenAI as the LLM model. Eventually we will be adding the hugging face/OSS and other models.

Hope that helps

Mshz2 commented 1 year ago

@Mshz2 - OpenAiKey is used when you select Azure OpenAI as the LLM model. OpenAiApiKey is used if instead you selected OpenAI as the LLM model. Eventually we will be adding the hugging face/OSS and other models.

Hope that helps

Many Thanks.