Commit f6ec2ed
authored
fix changing models bug
there bug in utils function which is when set model name to gemini or any other model name it don't effect this functions and remain gpt-4o-mini to solve this i will set variable name to model name model=os.environ.get("llm_model") or model in each function1 parent 9c1187f commit f6ec2ed
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
328 | 329 | | |
329 | 330 | | |
330 | 331 | | |
331 | | - | |
| 332 | + | |
0 commit comments