Git Product home page Git Product logo

Comments (7)

SevaSk avatar SevaSk commented on May 27, 2024 1

Try running this command in the ecoute directory

python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"

with API KEY as your actual key.

from ecoute.

SevaSk avatar SevaSk commented on May 27, 2024

Hmm, Is the file saved with utf-8 encoding? Try remaking the file.

from ecoute.

Jasonlee6789 avatar Jasonlee6789 commented on May 27, 2024

Thanks for the swift response, @SevaSk
I am not clearly understand how to do to save the file with utf-8 encoding?
I have tried to save as to check if there is an option to choose the utf-8 encoding option.
but only find no this select option,how to remaking the file.
image

from ecoute.

Jasonlee6789 avatar Jasonlee6789 commented on May 27, 2024

image
keys.py This file like snap there is no null bytes in string

from ecoute.

Jasonlee6789 avatar Jasonlee6789 commented on May 27, 2024

Thanks I follow your advice and solve the problem.
thank you @SevaSk Awesome project !!!
image

from ecoute.

SevaSk avatar SevaSk commented on May 27, 2024

Thanks!

from ecoute.

aaronhu1987 avatar aaronhu1987 commented on May 27, 2024

Hi @SevaSk ,

I faced the same problem , but it didn't work with

python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=\"API KEY\"')"

Should I only just replace my key from API KEY?

It showed SyntaxError: unterminated string literal (detected at line 1)
How could I fix it?

image

from ecoute.

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.