mirror of
https://github.com/katanemo/plano.git
synced 2026-05-10 08:12:48 +02:00
Make model field optional in request types, resolve from default provider (#768)
This commit is contained in:
parent
7b5f1549a5
commit
baeee56f6b
6 changed files with 61 additions and 11 deletions
|
|
@ -202,6 +202,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
|
|||
fully_qualified_url,
|
||||
agents_list,
|
||||
listeners,
|
||||
llm_providers,
|
||||
)
|
||||
.with_context(parent_cx)
|
||||
.await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue