sandz7 commited on
Commit
1637c6c
1 Parent(s): 2d9a116

added steps

Browse files
Files changed (1) hide show
  1. steps.txt +4 -1
steps.txt CHANGED
@@ -9,4 +9,7 @@ add a feature in the UI to use single mood from 1 llm to the other
9
 
10
  we can probably have another AI attached here that is really good with audio to text and feed that text into the LLM's
11
 
12
- For context in cost: i seen for gpt-4o using 4,523 tokens will cost $0.05, so every 4.5k tokens is 5 cents.
 
 
 
 
9
 
10
  we can probably have another AI attached here that is really good with audio to text and feed that text into the LLM's
11
 
12
+ For context in cost: i seen for gpt-4o using 4,523 tokens will cost $0.05, so every 4.5k tokens is 5 cents.
13
+
14
+ TODO: resolve the StopAsyncIteration error, i tried to see if it had something to do with the return instead of yield on bot_comms but that wasn't it
15
+ this needs further debugging