You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model, _:=openai.NewChatModel(ctx, config) // create an invokable LLM instancemessage, _:=model.Generate(ctx, []*Message{
SystemMessage("you are a helpful assistant."),
UserMessage("what does the future AI App look like?")})
The text was updated successfully, but these errors were encountered:
这个项目和其他的不太一样,examples是作为单独的一个项目,不在Eino内部。
第一眼看到quick-walkthrough的代码没有
import xxx
有点不太习惯,在这里提示用户,完整的代码示例在examples仓库也许会更好一点?比如这样:
A quick walkthrough
Use a component directly(for full example, see: https://github.com/cloudwego/eino-examples):
The text was updated successfully, but these errors were encountered: