-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chat AI #243
Conversation
worksofliam
commented
Jun 20, 2024
•
edited
Loading
edited
- merge missing changes from main
- update vscode requirement to 1.90 in package.json
- finalise db2i chat commands
- liam to cleanup build
- add support for schema.name
- both to review activity
- adam to work on self command
- liam to cleanup build
- create VS Code setting to swap between many models
- somehow integrate ollama?
- https://github.com/ollama/ollama/blob/main/docs/api.md
- https://www.npmjs.com/package/ollama
- shim lm.sendChatRequest so we can add our own models (e.g. calling Ollama)
- Language model access API microsoft/vscode#206265 (comment)
- add more ollama settings (like url+port, etc)
- somehow integrate ollama?
- wait for chat API to be available upstream
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 5360e3b. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 097ec86. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 4141fa2. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 27fd03a. |
Signed-off-by: worksofliam <[email protected]>
👋 A new build is available for this PR based on 005be60. |
👋 A new build is available for this PR based on 6a058cf. |
👋 A new build is available for this PR based on 6d8b363. |
👋 A new build is available for this PR based on 2db60f9. |
👋 A new build is available for this PR based on b8cf527. |
👋 A new build is available for this PR based on 8fd7d49. |
👋 A new build is available for this PR based on 74426a5. |
👋 A new build is available for this PR based on b9070d6. |
👋 A new build is available for this PR based on ac41081. |
👋 A new build is available for this PR based on 57aa120. |
👋 A new build is available for this PR based on 67cf28b. |
👋 A new build is available for this PR based on 9637530. |
👋 A new build is available for this PR based on 491b5ca. |
👋 A new build is available for this PR based on bfb603d. |
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
Signed-off-by: worksofliam <[email protected]>
LGTM |