Skip to content

Commit

Permalink
rm the visualization that doesn't yet work with the new frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Liedes committed Oct 4, 2023
1 parent fc0b995 commit 2983bbd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 335 deletions.
6 changes: 0 additions & 6 deletions assets/config.defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,3 @@ state_machine:
debug_detect_unresolved_funcalls: true
rtfm_max_tokens: 2000
rtfm_merge_candidates: 35

visualization:
template_dir: assets/query_logging/visualization_templates/
assets_dir: assets/web/
conversation_template_html: conversation_template.html
visualized_logs_output_dir: Path
320 changes: 0 additions & 320 deletions snow_leopard/query/logging/visualize.py

This file was deleted.

9 changes: 0 additions & 9 deletions snow_leopard/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,6 @@ def _check_yaml_path(self, _attribute: str, value: Path) -> None:
raise ValueError(f"YAML file {value} does not exist")


@attrs.define
class Visualization:
template_dir: Path
assets_dir: Path
conversation_template_html: Path
visualized_logs_output_dir: Path


@attrs.define
class Backend:
listen_port: int
Expand All @@ -145,7 +137,6 @@ class _Config:
frontend: FrontendConfig
openai_api: OpenAI
state_machine: StateMachine
visualization: Visualization


@contextlib.contextmanager
Expand Down

0 comments on commit 2983bbd

Please sign in to comment.