Ventz Petkov
Results
81
comments of
Ventz Petkov
@7robots I seem to be able to call it with a temperature of `1.9` and `2`: ``` % cat test.py from llms.openai import * answer = gpt_4o(temperature=1.9).run("what llm are you?")...