mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 15:22:43 +02:00
add demo for deepseek (#426)
This commit is contained in:
parent
2d357ddd5e
commit
ed3845040e
3 changed files with 14 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ fn request_headers_expectations(module: &mut Tester, http_context: i32) {
|
|||
Some("x-arch-llm-provider-hint"),
|
||||
)
|
||||
.returning(None)
|
||||
.expect_log(Some(LogLevel::Debug), Some("request received: llm provider hint: Some(\"default\"), selected llm: open-ai-gpt-4"))
|
||||
.expect_log(Some(LogLevel::Debug), Some("request received: llm provider hint: default, selected llm: open-ai-gpt-4, model: gpt-4"))
|
||||
.expect_add_header_map_value(
|
||||
Some(MapType::HttpRequestHeaders),
|
||||
Some("x-arch-llm-provider"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue