You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ First, set your `OPENAI_API_KEY` and `ELEVEN_API_KEY` in your environment. Next,
26
26
27
27
First, copy `config.example.toml` to `config.toml`.
28
28
29
-
First, set the `listen_key` in `config.toml`. For a `fx` key, e.g. `f12`, you can set it to `"fx"` (e.g. `"f12"`). For other keys, you can set it to the key. You must wrap this in double quotation marks (`"`). Multi key input is not currently supported.
29
+
First, set the `listen_key` in `config.toml`. For a `fx` key, e.g. `f10`, you can set it to `"fx"` (e.g. `"f10"`). For other keys, you can set it to the key. You must wrap this in double quotation marks (`"`). Multi key input is not currently supported.
30
30
31
31
Set the `tts_engine` in `config.toml`. This must be either `whisper`, or `elevenlabs`.
32
32
@@ -36,7 +36,7 @@ Next, set your API key for whatever service(s) you're using in `config.toml`. Th
36
36
> If you have `x_API_KEY` set in your environment, we will default to that first, else, we will pull from the config. E.g. if `OPENAI_API_KEY` is set in your environment, OpenJanus will try that value, and ignore the one in `config.toml`. OpenJanus will forcibly set the environment variable.
37
37
38
38
# Why?
39
-
I see [videos like this](https://www.youtube.com/watch?v=hHy7OZQX_nQ) and they weren't released as open source at the time. In addition, I prefer more agentic architectures when it comes to AI tooling, and having it backed by [LangChain](https://www.langchain.com/) seemed like a reasonable approach
39
+
I prefer agentic architectures when it comes to AI tooling, and having a solution for this backed by [LangChain](https://www.langchain.com/) seemed like a reasonable approach
40
40
41
41
# What/where is the license?
42
42
At this time I am not providing a license, but am providing the codebase. Depending on how things go, I'll decide to provide a license.
0 commit comments