Skip to content

Commit

Permalink
fix from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ahau-square committed Oct 7, 2024
1 parent 38e741e commit f60e5f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/exchange/src/exchange/langfuse/langfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
HAS_LANGFUSE_CREDENTIALS = True
logger.info("Langfuse context and credentials found.")
else:
logger.warning("Langfuse context and/or credentials not found. Please ensure that your Langfuse server is running locally and that your credentials are available.")
logger.warning("Langfuse context and/or credentials not found. Please ensure that your Langfuse server is running locally and that your credentials are available if you wish to run Langfuse tracing locally.")

# Restore stderr
sys.stderr = sys.__stderr__
Expand Down
1 change: 0 additions & 1 deletion packages/exchange/src/exchange/providers/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from exchange.providers.base import Provider, Usage
from tenacity import retry, wait_fixed, stop_after_attempt
from exchange.providers.utils import get_provider_env_value, retry_if_status, raise_for_status
from exchange.langfuse import observe_wrapper
from exchange.providers.utils import retry_if_status
from exchange.providers.utils import raise_for_status
from exchange.langfuse.langfuse import observe_wrapper
Expand Down

0 comments on commit f60e5f7

Please sign in to comment.