helios-engine 0.1.0

A powerful and flexible Rust framework for building LLM-powered agents with tool support
Documentation
1
2
3
4
5
6
[llm]
model_name = "gpt-3.5-turbo"
base_url = "https://api.openai.com/v1"
api_key = "your-api-key-here"
temperature = 0.7
max_tokens = 2048