viky

Results 39 comments of viky

bump, node.js is gravitating towards using "exports" instead of "main" and "module" or "browser" right now

Would pretty much excited for es6 on express. Right now node already has es6 supports for module written in commonjs. The actual package doesn't need to be rewritten, just adding...

How is the progress on this ?

2024 and no async support... yet, gonna thumbs this up 10 times

``` from llama_index.tools import FunctionTool from llama_index import VectorStoreIndex from llama_index.objects import ObjectIndex, SimpleToolNodeMapping from dotenv import load_dotenv load_dotenv() from llama_index.agent import OpenAIAgent from llama_index.llms import OpenAI import os def...

using gpt-turbo-3.5-1106 will gives this result: ``` Added user message to memory: What is 121 + 8? Once you have the answer, use that number to write a story about...

and here is the result using the default gpt-turbo-3.5 ``` Added user message to memory: What is 121 + 8? Once you have the answer, use that number to write...