Commit 7da897a
committed
feature #826 [Platform] Adds gpt-oss to Ollama ModelCatalog (leonexcc)
This PR was merged into the main branch.
Discussion
----------
[Platform] Adds gpt-oss to Ollama ModelCatalog
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | None
| License | MIT
Adds the model gpt-oss to the ModelCatalog of Ollama. I know there is #766, but it is a draft and we can't us gpt-oss at the moment, since we get `Model "gpt-oss:20b" not found.`
<!--
Replace this notice by a description of your feature/bugfix.
This will help reviewers and should be a good start for the documentation.
Additionally (see https://symfony.com/releases):
- Always add tests and ensure they pass.
- For new features, provide some code snippets to help understand usage.
- Features and deprecations must be submitted against branch main.
- Update/add documentation as required (we can help!)
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
- Never break backward compatibility (see https://symfony.com/bc).
-->
Commits
-------
7fe50e0 Adds gpt-oss to Ollama ModelCatalogFile tree
2 files changed
+10
-0
lines changed- src/platform
- src/Bridge/Ollama
- tests/Bridge/Ollama
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments