playajames760 / Godot-LLM-Framework

The Godot LLM Framework is a powerful addon for the Godot game engine that enables seamless integration of Large Language Models (LLMs) into your game development workflow. This framework provides a unified interface for working with different LLM providers.
8 stars 0 forks source link

Local Support #1

Open JekSun97 opened 2 months ago

JekSun97 commented 2 months ago

Hello, I would like to know before choosing your plugin for personal use, is there support for local models, on your machine without internet access?

playajames760 commented 2 months ago

Currently there is no local model support, but I plan on implementing it soon! Take a look at llm_provider_api.gd and the current providers directory for examples, this is the base script for implementing support for other providers, its pretty straight forward.

I ran into a few bugs tonight using this with another project of mine and want to get some of those worked out before focusing on adding more providers.

peterclemenko commented 1 month ago

local ai support is a must, please implement