mirror of
https://github.com/katanemo/plano.git
synced 2026-04-29 19:06:34 +02:00
better model names (#517)
This commit is contained in:
parent
4e2355965b
commit
a7fddf30f9
55 changed files with 979 additions and 483 deletions
15
demos/samples_java/weather_forcecast_service/.vscode/launch.json
vendored
Normal file
15
demos/samples_java/weather_forcecast_service/.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "WeatherForecastApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "weather.WeatherForecastApplication",
|
||||
"projectName": "weather-forecast-service"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -9,10 +9,8 @@ listeners:
|
|||
|
||||
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
|
||||
llm_providers:
|
||||
- name: OpenAI
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4o-mini
|
||||
- access_key: $OPENAI_API_KEY
|
||||
model: openai/gpt-4o-mini
|
||||
default: true
|
||||
|
||||
# Arch creates a round-robin load balancing between different endpoints, managed via the cluster subsystem.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue