You are browsing as a guest. Sign up (or log in) to start making projects!

1h 38m 12s logged

Today I added support for Ollama cloud models! I’ve been designing the program to be modular, in a sense. The program will define functions differently based on your setup. What this added abstraction layer does, however, is allow people to easily switch back and forth between systems with minimal friction. You can see in the screenshot below the getResponse() function. This is universal (or at least it will be when I finish) across all model configurations, meaning that you could even add your own model configuration simply by finding its API schema and adding it here!

0
2

Comments 0

No comments yet. Be the first!