George Seabridge

Results 2 issues of George Seabridge

It seems `is_api_key_valid` returns `True` whenever anything (truthy) is passed in. Is this the intended behaviour? I would have guessed this function queries the server to check that the key...

Hello! Calling `co.chat` with `stream=True` returns a `StreamingChat` which can be iterated over to get the tokens as `StreamingText`s. The underlying `/chat` API endpoint terminates with a message that contains...