GP Saggese
GP Saggese
Some references on tools we should look into https://docs.google.com/document/d/1K-uE6V0PbZ0rJyvQfJc43WUCQZvX4kmvWBWnrhH8VXQ/edit?tab=t.0
I've started the work in https://github.com/causify-ai/helpers/pull/728 but didn't finish it The next steps are: - [x] Generalize the code to use the openrouter interface - [x] Generalize the price counting...
- [x] Also let's add a small script querying all the models curl https://openrouter.ai/api/v1/models and generating a CSV file with all the info about the models Then we can use...
Pls let's do multiple PR, one per bullet point so it's easy to review. You can organize the work as you want
Good work. I'll show you our flow to do stacked PR on Wed. I believe what's left is only - [ ] Finish the notebook tutorial to show how the...
@srinivassaitangudu I suggest doing a proposal PR since this can be implemented in many ways, and some implementations are more efficient than others. E.g., you don't have to need LangChain...
1) Yes in the dev container there is no openai package. @Shaunak01 has an issue to create a runnable dir. For now you need to install a package inside Docker...
1) I assume you were able to run the test cases `i run_fast_tests` before any of your changes, according to https://github.com/causify-ai/tutorials/issues/415, correct? 2) Then you tried to do `i docker_bash`,...
Ok so focusing on 4, what I mean is the output of docker_bash to see if there is any warning. Usually these problems can be solved more easily screen sharing,...
- Document what the 3 scripts (detect_import_cycles.py, show_imports.py, and show_deps.py) do and why are they different - Explain how currently it runs through the linter container (that's why we need...