Compare commits
No commits in common. "b2351de8826d2be5c5d305abceb95ef6a5d92981" and "fbb1703b00aeed8a4c47b1efd38b20a0fba79c5b" have entirely different histories.
b2351de882
...
fbb1703b00
@ -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