Skip to content

Commit

Permalink
update where langfuse gets setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahau-square committed Oct 7, 2024
1 parent 2c1f7c4 commit 048b4fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 74 deletions.
3 changes: 1 addition & 2 deletions packages/exchange/src/exchange/langfuse/langfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,4 @@ def _wrapper(fn: Callable) -> Callable:

return _wrapper


setup_langfuse()
setup_langfuse()
71 changes: 0 additions & 71 deletions packages/exchange/src/exchange/langfuse/start-langfuse.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/goose/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from goose.utils.autocomplete import SUPPORTED_SHELLS, setup_autocomplete
from goose.utils.session_file import list_sorted_session_files


@click.group()
def goose_cli() -> None:
pass
Expand Down

0 comments on commit 048b4fc

Please sign in to comment.