Compare commits
2 Commits
fbb1703b00
...
b2351de882
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2351de882 | ||
|
|
15cdfb12e0 |
@ -26,7 +26,7 @@ impl PersistenceClient {
|
|||||||
|
|
||||||
pub async fn get_llm_providers_config(&self) -> Result<LlmProvidersConfig> {
|
pub async fn get_llm_providers_config(&self) -> Result<LlmProvidersConfig> {
|
||||||
let url = format!("{}/api/v1/configs/llm_providers", self.base_url);
|
let url = format!("{}/api/v1/configs/llm_providers", self.base_url);
|
||||||
info!("Fetching LLM providers config from {}", url);
|
|
||||||
let config = self
|
let config = self
|
||||||
.client
|
.client
|
||||||
.get(&url)
|
.get(&url)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user