Skip to content

Commit

Permalink
Add Hugging Face Provider to Electron example (#14570)
Browse files Browse the repository at this point in the history
* Add Hugging Face Provider to Electron example

fixed #14569

Signed-off-by: Jonas Helming <[email protected]>
Co-authored-by: Simon Graband <[email protected]>
  • Loading branch information
JonasHelming and sgraband authored Dec 3, 2024
1 parent 2078cdf commit 15e9e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@theia/ai-code-completion": "1.56.0",
"@theia/ai-core": "1.56.0",
"@theia/ai-history": "1.56.0",
"@theia/ai-huggingface": "1.56.0",
"@theia/ai-llamafile": "1.56.0",
"@theia/ai-ollama": "1.56.0",
"@theia/ai-openai": "1.56.0",
Expand Down
3 changes: 3 additions & 0 deletions examples/electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
{
"path": "../../packages/ai-history"
},
{
"path": "../../packages/ai-hugging-face"
},
{
"path": "../../packages/ai-llamafile"
},
Expand Down

0 comments on commit 15e9e26

Please sign in to comment.