Skip to content

Commit f7edf05

Browse files
authored
Merge pull request #5889 from continuedev/watsonx-vi
Watsonx-vi
2 parents 0ce05a4 + 4180e0e commit f7edf05

File tree

18 files changed

+372
-639
lines changed

18 files changed

+372
-639
lines changed

.github/workflows/pr_checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ jobs:
435435
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
436436
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
437437
AZURE_FOUNDRY_API_KEY: ${{ secrets.AZURE_FOUNDRY_API_KEY }}
438+
AZURE_FOUNDRY_MISTRAL_SMALL_API_KEY: ${{ secrets.AZURE_FOUNDRY_MISTRAL_SMALL_API_KEY }}
439+
AZURE_OPENAI_GPT41_API_KEY: ${{ secrets.AZURE_OPENAI_GPT41_API_KEY }}
438440

439441
package-tests:
440442
runs-on: ubuntu-latest

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Icon?
146146

147147
*.notes.md
148148
notes.md
149+
*.notes.md
149150

150151
manual-testing-sandbox/.idea/**
151152
manual-testing-sandbox/.continue/**

core/package-lock.json

Lines changed: 5 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@continuedev/config-yaml": "file:../packages/config-yaml",
5454
"@continuedev/fetch": "^1.0.13",
5555
"@continuedev/llm-info": "^1.0.8",
56-
"@continuedev/openai-adapters": "^1.0.25",
56+
"@continuedev/openai-adapters": "^1.0.32",
5757
"@modelcontextprotocol/sdk": "^1.12.0",
5858
"@mozilla/readability": "^0.5.0",
5959
"@octokit/rest": "^20.1.1",

extensions/vscode/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openai-adapters/package-lock.json

Lines changed: 6 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openai-adapters/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuedev/openai-adapters",
3-
"version": "1.0.26",
3+
"version": "1.0.36",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,10 +12,9 @@
1212
"author": "Nate Sesti and Ty Dunn",
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"@azure/openai": "^1.0.0-beta.12",
1615
"@continuedev/config-types": "^1.0.5",
1716
"@continuedev/config-yaml": "^1.0.51",
18-
"@continuedev/fetch": "^1.0.10",
17+
"@continuedev/fetch": "^1.0.11",
1918
"dotenv": "^16.5.0",
2019
"json-schema": "^0.4.0",
2120
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)