Instructions to use jpanasuk/basecamp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use jpanasuk/basecamp with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| { | |
| "models": [ | |
| { | |
| "title": "Hermes 3 70B (stack ollama)", | |
| "provider": "ollama", | |
| "model": "hermes3:70b", | |
| "apiBase": "http://ollama:11434" | |
| }, | |
| { | |
| "title": "Llama 3.1 8B (stack ollama)", | |
| "provider": "ollama", | |
| "model": "llama3.1:8b", | |
| "apiBase": "http://ollama:11434" | |
| } | |
| ], | |
| "tabAutocompleteModel": { | |
| "title": "Autocomplete (8B fast)", | |
| "provider": "ollama", | |
| "model": "llama3.1:8b", | |
| "apiBase": "http://ollama:11434" | |
| } | |
| } | |