Add separate util for hallucination and add tests for it (#203)

This commit is contained in:
Adil Hafeez 2024-10-18 19:34:17 -07:00 committed by GitHub
parent faf64960df
commit dced8a5708
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 69 additions and 36 deletions

View file

@ -4,6 +4,7 @@ use proxy_wasm::types::*;
mod filter_context;
mod stream_context;
mod hallucination;
proxy_wasm::main! {{
proxy_wasm::set_log_level(LogLevel::Trace);