Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.env 620 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. # Bot Framework Variables
  2. MICROSOFT_APP_ID=
  3. MICROSOFT_APP_PASSWORD=
  4. # This Url can be obtained by uploading or creating your model from the LUIS portal: https://www.luis.ai/
  5. LUIS_MODEL_URL=
  6. # This is a free trial Microsoft Bing Spell Check key with limited QPS.
  7. # Please subscribe to create your own key and try it out further.
  8. # Subscription URL: https://www.microsoft.com/cognitive-services/en-us/subscriptions?productId=/products/56ec2df6dbe2d91324586008
  9. BING_SPELL_CHECK_API_KEY=8ae90e80bc4346d59c0f07529dadaa4e
  10. # Boolean value to enable correcting the text before processing it
  11. IS_SPELL_CORRECTION_ENABLED=false
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...