tomsib2001

Results 5 issues of tomsib2001

I use Zellij and Alacritty on Ubuntu 20.04 (but I also have the same setup on a different computer with Ubuntu 22.04) and upon launching the terminal, what I type...

Hi, This is very nice work, I have used it to test a combinatorics tiling conjecture and it gave impressively fast results. I was wondering if there could be a...

When trying to compile color.ml using the proposed command with Ocaml 4.02.1 or Ocaml 4.02.3 ``` make color.opt ``` I get the error ``` ocamlopt.opt -o color.opt -g -annot -I...

The current documentation https://langchain.readthedocs.io/en/latest/modules/agents/getting_started.html seems to not be up to date with version 0.0.117: ```shell UserWarning: You are trying to use a chat model. This way of initializing it is...

```python import os os.environ["OPENAI_API_KEY"] = "..." from langchain.agents import Tool, load_tools from langchain.memory import ConversationBufferMemory from langchain import OpenAI from langchain.utilities import GoogleSearchAPIWrapper from langchain.agents import initialize_agent tool_names = []...