Open kozmando opened 10 months ago
Asked QuantumGPT and it gave a working update for the 5th section, which makes the program run without error. However, the boolean logic is slightly different.
situation = """There are four people: Abe, Amira, Jin, Olivia. Abe and Olivia are good friends from Qiskit Camp. Abe and Amira just had a big fight and don't want to hang. I can only invite three people to the party.""" result = chain.invoke(situation)
bool_expr = result['text'].strip() print(bool_expr)
oracle = PhaseOracle(bool_expr)
problem = AmplificationProblem(oracle) print(problem)
Hi, great idea and package. Had it running, but got OpenAI 429 rate limits. Then tried again today without luck. The warnings and errors are in bold. It seems there is a new langchain-openai package, but could be a fake package (https://github.com/langchain-ai/langchain/discussions/15839). We would like to help and contribute to this package, but we need some guidance on these current issues. Thanks.
Running python 3.10.11 on Windows 10 Running jupyter notebook