captivus
captivus
Still an issue today for me. Code to reproduce. ```python model_name = 'gpt-4' with get_openai_callback() as cb: chat4 = ChatOpenAI( temperature=0.1, model=model_name, ) response = chat4(chat_prompt) print(cb) ``` Results: ```...
Please paste the actual error output to assist us in assessing the issue.
Thanks for the screenshots. Please create a Python virtual environment for your GPTE installation and give this another go. [Here are instructions on how to do so](https://realpython.com/python-virtual-environments-a-primer/). Should you encounter...
This looks good to me, @ATheorell.
@zigabrencic will review in conjunction with #1136 and, pending resolution, will close.
> I don't like it This is unhelpful @PierrunoYT. We'd welcome PRs reflecting thoughtful input.
That doesn't give you license to subsequently post unhelpful remarks. Please be helpful and productive. Closing this thread. Thanks again for your work @similato87!
We would be interested in a broader PR which adds environment variable configuration of all models, broadly. If you're interested in picking that up, please expand the PR. Otherwise, this...
Heya @danielrosly! This is not a substantive enough PR to be merged, per our [Contributing Guidelines](https://github.com/gpt-engineer-org/gpt-engineer/blob/7b91676a0c2ccd4589a42f2cadbf1e69f93ad81b/.github/CONTRIBUTING.md). We are always eager for new developers to contribute, so please have a peek...
Outputs of Linux operating system commands like: * `uname -a` * `lsb_release -a` * `cat /proc/version` and, in Windows: * `systeminfo` We should also include Python-specific information, like the output...