esc.ai
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GeminiResponse.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Management service for the LLM runner instances. Use this service to change the LLM runner if needed. The AiAgent object uses this service for LLM inference calls.
Management service for the LLM runner instances. Use this service to change the LLM runner if needed. The AiAgent object uses this service for LLM inference calls.
Attributes
- Supertypes
- Self type
-
LMRunnerService.type
Default local LMRunner. Need a llama.cpp compatible LLM model like GGUF.
Default local LMRunner. Need a llama.cpp compatible LLM model like GGUF.
Attributes
- Supertypes
- Self type
-
LocalLMRunner.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A simple LMRunner implementation which call the Gemini API for LLM stuff. You need at least a valid Gemini ApiKey.
A simple LMRunner implementation which call the Gemini API for LLM stuff. You need at least a valid Gemini ApiKey.
Usage: val g = new SimpleGeminiRunner("path", "apiKey") LMRunner.setLMRunner(g)
Attributes
-
Supertypes