Skip to content

Commit

Permalink
real llm config
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedrelick committed Aug 16, 2024
1 parent a9d64ce commit bfb4451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Config

config :agens, registry: Agens.Registry
config :agens,
registry: Agens.Registry,
real_llm: false
2 changes: 1 addition & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
real_llm? = false
real_llm? = Application.get_env(:agens, :real_llm, false)

Supervisor.start_link(
[
Expand Down

0 comments on commit bfb4451

Please sign in to comment.