otrebu
otrebu
Hi Kent! Thanks for replying to my other question 😄 I am trying to understand what would be the best way to abstract some components which use a custom hook....
My `schema.graphql` contains: ``` type Post { id: ID! title: String! content: String! comments: [Comment!] user: User! } ``` When I generate the types the suggested type for Post is:...
Hi there! This is a question not an issue or a bug 😄 What is it the best way to do schema stitching with nexus? The only thing I can...
Create a ollama-js adapter to have the option to use ollama instead of OpenAI. If you are not working on this I might give it a go.
Adding a ollama adapter using https://github.com/ollama/ollama-js . It is important to notice that ollama does not support tools/function calling, so the methods using those won't work as expected. At the...