This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit fa7a6e8
committed
Implement the /models endpoint for the VLLM provider
For some reason, continue in JetBrains needs this otherwise loading the
plugin fails with:
```
Error: HTTP 404 Not Found from http://127.0.0.1:8000/vllm/models
This may mean that you forgot to add '/v1' to the end of your 'apiBase'
in config.json.
at customFetch (/snapshot/continue/binary/out/index.js:471442:17)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async withExponentialBackoff
(/snapshot/continue/binary/out/index.js:471175:22)
---> continue restarts here
[info] Starting Continue core...
[2024-12-04T08:52:45] [info] Starting Continue core...
```1 parent 6cc6c03 commit fa7a6e8
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
47 | 64 | | |
48 | 65 | | |
49 | 66 | | |
| |||
0 commit comments