summaryrefslogtreecommitdiff
path: root/examples/server
diff options
context:
space:
mode:
authorCebtenzzre <cebtenzzre@gmail.com>2023-08-23 10:29:09 -0400
committerGitHub <noreply@github.com>2023-08-23 17:29:09 +0300
commit7c2227a1972a4add4b5c118e4914c086513d0382 (patch)
tree3b0799d180328fbfa5f457193a1b7a549bfbf187 /examples/server
parentf19dca04ea5fbf9a0b2753091d93464585d5c73b (diff)
chmod : make scripts executable (#2675)
Diffstat (limited to 'examples/server')
-rwxr-xr-xexamples/server/api_like_OAI.py1
-rwxr-xr-x[-rw-r--r--]examples/server/chat-llama2.sh0
-rwxr-xr-x[-rw-r--r--]examples/server/chat.sh0
3 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/api_like_OAI.py b/examples/server/api_like_OAI.py
index aa325a03..ed19237b 100755
--- a/examples/server/api_like_OAI.py
+++ b/examples/server/api_like_OAI.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import argparse
from flask import Flask, jsonify, request, Response
import urllib.parse
diff --git a/examples/server/chat-llama2.sh b/examples/server/chat-llama2.sh
index 1fc79b7e..1fc79b7e 100644..100755
--- a/examples/server/chat-llama2.sh
+++ b/examples/server/chat-llama2.sh
diff --git a/examples/server/chat.sh b/examples/server/chat.sh
index 01436012..01436012 100644..100755
--- a/examples/server/chat.sh
+++ b/examples/server/chat.sh