Coder Social home page Coder Social logo

wecycler's Introduction

Project VeChai

We are aiming at helping others to decide what to do with their used stuff in an economical way.

How to run

  1. Create a .env in the given format inside botcore/
AI21=ai_key
LANGCHAIN=langchain_plus_key
  1. To import botcore/
# ./tests/test_ai21.py

import sys
import os

# should point to the parent folder of botcore
sys.path.append(f'{os.path.dirname(__file__)}/../')

from botcore.setup import trace_ai21

MODEL = trace_ai21()

wecycler's People

Contributors

h4438 avatar hien-p avatar dolphin4438 avatar

Watchers

 avatar

Forkers

hien-p

wecycler's Issues

Optimize: Ask status chain

We need to optimize ask status chain

The updated version should be:

  1. fix n_top questions
  2. shorten the prompt

Need: a memory mechanism

We need a memory mechanism

It serves as a session memory for the bot to remember user data.
It stores the followings:

  1. User personal data
  2. User product data (feature, status)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.