mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 07:12:42 +02:00
refactor prompt gateway (#204)
This commit is contained in:
parent
dced8a5708
commit
2f374df034
9 changed files with 500 additions and 441 deletions
|
|
@ -2,9 +2,11 @@ use filter_context::FilterContext;
|
|||
use proxy_wasm::traits::*;
|
||||
use proxy_wasm::types::*;
|
||||
|
||||
mod context;
|
||||
mod filter_context;
|
||||
mod stream_context;
|
||||
mod hallucination;
|
||||
mod http_context;
|
||||
mod stream_context;
|
||||
|
||||
proxy_wasm::main! {{
|
||||
proxy_wasm::set_log_level(LogLevel::Trace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue