Closed zenodflow closed 5 months ago
Currently the model call can choose from all engines, but in reality some engines may not be available (e.g., no google API). We should make the available engines a parameter in parameter.py. Then, in examples/browse.py, calibrate it to duckduckgo.
Fixed with PR #15
Currently the model call can choose from all engines, but in reality some engines may not be available (e.g., no google API). We should make the available engines a parameter in parameter.py. Then, in examples/browse.py, calibrate it to duckduckgo.