microsoft / microsoft/foundry-dev-tools
Extension throws error and the output cites issues with the wrong model
@swatDong is already working on this.
Since Dec 17, 2024.
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 260
- Avg merge
- 42m
- Merged PRs (30d)
- 29
Description
A few times (over multiple days) I have been using a model which was NOT o1Preview (in this case, Llama-3.1-405B)
There was an error which popped the output - an output example is below (note it cites o1-preview).
The extension continued to work, irrespective of the error.
It is possible I tried previously to load o1-preview and it failed, but I don't need to know about it now (I would have preferred to know about it when I initially tried, instead of looking just not answering me).
Just for the record though - great extension! Keep up the good work!! 🥇
output:
[2024-12-12T05:01:10.404Z] [ERROR] Failed to chatStream. provider = "GitHub", model = "o1-preview", errorMessage = "Error: Unable to inference the GitHub model o1-preview due to 429. Rate limit of 1 per 0s exceeded for UserConcurrentRequests. Please wait 0 seconds before retrying.", errorType = "c", errorObject = {}
[2024-12-12T05:01:10.405Z] [ERROR] Unable to inference the GitHub model o1-preview due to 429. Rate limit of 1 per 0s exceeded for UserConcurrentRequests. Please wait 0 seconds before retrying.
[2024-12-12T05:01:10.703Z] [ERROR] Failed to chatStream. provider = "GitHub", model = "o1-preview", errorMessage = "Error: Webview is disposed", errorType = "Error", errorObject = {}
[2024-12-12T05:01:10.703Z] [ERROR] Webview is disposed
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.