Skip to content

Commit

Permalink
Fix azure openapi (watson-developer-cloud#164)
Browse files Browse the repository at this point in the history
* Add files via upload

adding README for template

* README for template

* README for template

* Updating README_TEMPLATE.md

* addressing review comments

* updating NeuralSeek README_TEMPLATE.md

* Updating coveo README_TEMPLATE.md

* Updating google custom search README_TEMPLATE.md

based on reviewer feedback

* update NeuralSeek README_TEMPLATE.md

based on reviewer comments

* replace the azure openapi spec with openapi file and update the name of the actions.json

---------

Co-authored-by: Mary Swift <[email protected]>
  • Loading branch information
mdswift and Mary Swift authored Jul 17, 2023
1 parent a3b9693 commit fb901da
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 1,524 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "azure-openai-test-bot-mds-action",
"name": "Azure OpenAI Extension actions",
"type": "action",
"valid": true,
"status": "Available",
Expand Down Expand Up @@ -1344,30 +1344,22 @@
{
"type": "synonyms",
"value": "gpt-3.5-turbo",
"synonyms": [
"3.5"
]
"synonyms": ["3.5"]
},
{
"type": "synonyms",
"value": "gpt-4",
"synonyms": [
"4"
]
"synonyms": ["4"]
},
{
"type": "synonyms",
"value": "text-curie-001",
"synonyms": [
"curie"
]
"synonyms": ["curie"]
},
{
"type": "synonyms",
"value": "text-davinci-003",
"synonyms": [
"davinci"
]
"synonyms": ["davinci"]
}
],
"fuzzy_match": true
Expand Down Expand Up @@ -1569,4 +1561,4 @@
"workspace_id": "b7436097-eb92-465c-99bd-b32d6c39e6da",
"dialog_settings": {},
"next_snapshot_version": "1"
}
}
Loading

0 comments on commit fb901da

Please sign in to comment.