• Stars
    star
    2
  • Language
    Erlang
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Erlang OpenAI client auto-generated by OpenAPI-generator

OpenAPI client server library for Erlang

Overview

An Erlang client stub generated by OpenAPI Generator given the OpenAPI spec.

Example

1> ApiKey = <<"sk-...">>,
   Host = <<"https://api.openai.com">>,
   HackneyOpts = [{recv_timeout, 30_000}],
   Opts = #{cfg => #{ api_key_prefix => #{ <<"Authorization">> => <<"Bearer">> }, auth => #{ api_key => ApiKey }, host => Host }, hackney_opts => HackneyOpts }),
   openai_open_ai_api:list_models(#{}, Opts).
...
{ok,#{data =>
          [#{created => 1649358449,id => <<"babbage">>,
             object => <<"model">>,owned_by => <<"openai">>,
             parent => null,
             permission =>
                 [#{allow_create_engine => false,allow_fine_tuning => false,
                    allow_logprobs => true,allow_sampling => true,
                    allow_search_indices => false,allow_view => true,
                    created => 1669085501,group => null,
                    id => <<"modelperm-49FUp5v084tBB49tC4z8LPH5">>,
                    is_blocking => false,object => <<"model_permission">>,
                    organization => <<"*">>}],
...

More Repositories

1

awesome-frida

Awesome Frida - A curated list of Frida resources http://www.frida.re/ (https://github.com/frida/frida)
2,708
star
2

node-google-play

Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
JavaScript
263
star
3

node-google-play-cli

command line tools using the node-google-play library
JavaScript
69
star
4

dockerfile-qemu-arm-chroot

qemu-arm-static in a docker container to run apps compiled for ARM on x86
Makefile
65
star
5

dockerfile-androguard

docker file for use with androguard python android app analysis tool
38
star
6

google-play-proto

Protobuf definitions for google play services.
25
star
7

node-frida-contrib

frida utility-belt
JavaScript
23
star
8

pscout

Mirror of PScout (http://pscout.csl.toronto.edu/).
Perl
23
star
9

rs-google-play

Rust conversion (in-progress) of https://github.com/dweinstein/node-google-play.
Rust
23
star
10

node-aptoide

aptoide app store APK download
JavaScript
22
star
11

openssh-ios

Automated building of openssh binaries for aarch64 / iOS. Get rid of some of the mystery...
Shell
18
star
12

node-appland

appland client
JavaScript
15
star
13

AndroidReboot

Repository for PoC rebooting of Android from unprivileged apps.
Java
13
star
14

analysis-runner

Shell
11
star
15

level-mailinator

leveldb backed mail repl.
JavaScript
10
star
16

docker-knot-resolver

DNS over TLS configuration to use Cloudflare via knot-resolver project docker container
Shell
9
star
17

node-itms-services

itms services asset downloader for apple iOS ad hoc distribution builds
JavaScript
8
star
18

node-mailinator

node mailinator api
JavaScript
6
star
19

docker-beef

Browser Exploitation Framework
Shell
5
star
20

levelfs

a FUSE fs for leveldb
JavaScript
5
star
21

node-chaotic-cb

return a callback that introduces errors with a certain ratio
JavaScript
5
star
22

dockerfile-androguard-manifest

dump the manifest with androguard
Python
4
star
23

node-itunes-rss

Overengineered iTunes rss feed lister https://rss.itunes.apple.com/
JavaScript
4
star
24

vmxos-osx

vmxos with scripts ported to build in os x
C
4
star
25

docker-spawn

node.js ChildProcess.spawn for running docker containers
4
star
26

last-bytes

Keep the last count bytes around from a stream.
JavaScript
3
star
27

restify-endpoints-auth

This bolts on an http-signature authentication middleware for restify-endpoints.
JavaScript
3
star
28

pull-async-filter

A through stream that filters items out with an async filter.
JavaScript
3
star
29

rust-macho-codesig

Rust
2
star
30

ikev2-vpn-server

Shell
2
star
31

node-ssh-agent

replacement for ssh-agent in node
JavaScript
2
star
32

pull-delay

Delays the input through the stream. A pull.through for dominictarr's pull-stream.
JavaScript
2
star
33

node-ec2-instances

JavaScript
2
star
34

yara-insp

util to inspect a compiled yara rules file
C
1
star
35

sarif-test

Swift
1
star
36

example_elixir_docker_sup

Elixir
1
star
37

elsim

C
1
star
38

actions-test

1
star
39

node-docker-pull-images

pull multiple images by wrapping docker CLI tool
JavaScript
1
star
40

google-play-endpoints

JavaScript
1
star
41

dockerfile-theos

dockerfile for theos. theos is a tool to assist in building plugins for jailbroken iOS devices
Shell
1
star
42

linux-modmem

C++
1
star
43

burp-parse

print a burp flow with base64 components to stdout
JavaScript
1
star
44

dockerfile-mitmproxy

1
star
45

pyfuzzy

Python
1
star
46

dockerode-authconfig

Normalize auth info from ~/.docker/config.json to the authConfig format for the docker daemon.
JavaScript
1
star
47

sidecar

Pull docker images by watching a list of images stored in consul kv
JavaScript
1
star
48

codespace-eg

JavaScript
1
star
49

go-http-logger-example

Logging the status code for an HTTP response in Go turns out to be a little tricker than first anticipated. You don't get access to the `Response` object after your handler, rather you only have the `ResponseWriter` which is like a byte stream.
Go
1
star
50

bin-android-repack

binaries for repack.sh and unpack.sh (Using mkbootimg) for Android. Useful for repackaging boot images with a different Android kernel
Shell
1
star