Giter Site home page Giter Site logo

Comments (2)

Lanture1064 avatar Lanture1064 commented on August 27, 2024

Assumed Field:

metadata:
  name:
  namespace:
  label:
  annotation:
spec:
  modelName:
    description: 'modelName refers to the name of the model'
  modelVersion: v1
  modelSource:
    description: 'modelSource refers to the source of the llm, either "Local" as locally running model, or "Remote" as remote running model or commercial service'
  url:
    description: 'url refers to the url link of the llm'      
  auth:
    description: 'auth refers to the auth key to the llm, such as api key'
status:
  phase:
    description: 'phase marks the llm's running phase, either "running", "stopped", or "unavailable"'
  prompt:
    description: 'prompt is the last phrases sent to the llm, which should be an object from CRD Prompt'
  message:
    description: 'message is the returning result of last conversation'
  lastUpdateTime:
  retryCount:
parameters:
  description: 'parameters is the setting of the running model'
  maxTokens:
    description: 'maxTokens marks the limit of the input token quantity. 1 word averagely equals to 1.5 tokens.'
  temperature:
    description: 'temperature marks the 'randomness' of the model. Higher temperature, wilder models'
  otherParams:
    description: 'TODO: different model might have different params, such as fine-tuning params like top_K, plugin info, etc, which should be considered and dealt with'

from arcadia.

bjwswang avatar bjwswang commented on August 27, 2024

@Lanture1064 Thanks! For the 1st version, we can only suppport openai protocols

from arcadia.

Related Issues (20)

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.