Giter Club home page Giter Club logo

chatgptarms's People

Contributors

abshek17 avatar almightynan avatar cotterjd avatar deadex-ng avatar dependabot[bot] avatar jeevnayak avatar logankilpatrick avatar nicholasscabral avatar schnerd avatar taylorhawkes avatar xd-ob avatar yuvarajsingh-0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chatgptarms's Issues

Chat History Not being saved

Describe the bug

Chat history for user is not being saved.
When I click Reload, the chat messages were all gone and can't even access it via the conversations button.

To Reproduce

Start chatting with chatgptarms
hit reload
u will see no previous chat messages

OS

Windows - Microsoft Edge

Node version

No response

Type error: Type 'number' is not assignable to type 'string'.

Describe the bug

info - Linting and checking validity of types ..Failed to compile.
./arms/chatgptarmstdameritrade/index.ts:85:11
Type error: Type 'number' is not assignable to type 'string'.

83 | headers: {
84 | "Content-Type": "application/json",

85 | "Content-Length":payloadS.length,
| ^
86 | Authorization: bearer
87 | },
88 | method: "POST",

To Reproduce

We can alternately use headers as
headers: {
"Content-Type": "application/json",
"Content-Length": payloadS.length.toString(),
Authorization: bearer
},

OS

Windows

Node version

Node v18.13.0

code snippets

Describe the feature or improvement you're requesting

when I ask a question about code to chatgptarms it replies with normal lines of text and not formatted as code like chatgpt does

Additional context

No response

Save chat history for user

Describe the feature or improvement you're requesting

I Saw this feature on this repo's trello, and im working on it

Additional context

No response

JSON.parse: unexpected character at line 1 column 2 of the JSON data

Describe the bug

when i ask "what's the weather" and after that i give it input it gives me this error: JSON.parse: unexpected character at line 1, column 2 of JSON data.

To Reproduce

  1. input: What the weather
  2. input: Hanoi

OS

Arch linux

Node version

No response

Image with bug:
Screenshot from 2023-04-01 16-45-37

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.