6 lines
121 B
Verilog
6 lines
121 B
Verilog
module client
|
|
|
|
// pub fn (mut ac AIClient) embed(txt string) ![]f32 {
|
|
// return ac.llms.llm_embed.embeddings(txt)!
|
|
// }
|