Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Gopilot Utils (LLMs and embedding)

An asset by Smorty
The page banner background of a mountain and forest
Gopilot Utils (LLMs and embedding) thumbnail image
Gopilot Utils (LLMs and embedding) thumbnail image
Gopilot Utils (LLMs and embedding) thumbnail image
Gopilot Utils (LLMs and embedding) thumbnail image
Gopilot Utils (LLMs and embedding) thumbnail image
Gopilot Utils (LLMs and embedding) hero image

Quick Information

0 ratings
Gopilot Utils (LLMs and embedding) icon image
Smorty
Gopilot Utils (LLMs and embedding)

Send and receive LLM calls to your favourite API (like OpenAI) and embed your text using your local ollama installationCheck out the examples at res://addons/gopilot_utils/examplesRead the class reference to figure our exactly how to use these nodes, or that the lil guide I linked

Supported Engine Version
4.3
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
23 days ago
Git URL
Issue URL

Create LLM powered applications in Godot

Gopilot Utils offers three nodes to simplify the creation proccess of AI driven experiences

ChatRequester

README image of the inspector

Use the ChatRequester for chat, and single-turn interactions.
The generate() and send_message methods make chatting a breeze! Even easier: Simply write var response = await chat_requester.generate("Your prompt here") and you immediately get the response, once it is finished.

Here a guide on how to use this node

AgentHandler

README image of the inspector

You want an agent in your project using the ReAct (Reason -> Act -> Observe -> Reason ...) workflow? No problem! Simply add the actions in the inspector, handle the action string in a function, and the returned result becomes the observation.

Here a guide on how to use the AgentHandler in combination with the ChatRequester

EmbedRequester

README image of the inspector

Want to dive deeper and use semantic similarily analysis for RAG applications? The EmbedRequester makes this easy, with just a few methods!

Send and receive LLM calls to your favourite API (like OpenAI) and embed your text using your local ollama installation

Check out the examples at res://addons/gopilot_utils/examples

Read the class reference to figure our exactly how to use these nodes, or that the lil guide I linked

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Gopilot Utils (LLMs and embedding) icon image
Smorty
Gopilot Utils (LLMs and embedding)

Send and receive LLM calls to your favourite API (like OpenAI) and embed your text using your local ollama installationCheck out the examples at res://addons/gopilot_utils/examplesRead the class reference to figure our exactly how to use these nodes, or that the lil guide I linked

Supported Engine Version
4.3
Version String
2.0
License Version
MIT
Support Level
community
Modified Date
23 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers